projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c22256a
)
(dired-mark-files-containing-regexp): Fix previous change.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 10 Sep 1998 15:46:18 +0000
(15:46 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 10 Sep 1998 15:46:18 +0000
(15:46 +0000)
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index a9afa3e11e37f8adef239eac62c9b18fc21f8a6b..b5b3b8fc0783624f5d93b7c71f19babec696a4d2 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-2175,7
+2175,7
@@
A prefix argument means to unmark them instead.
(goto-char (point-min))
(re-search-forward regexp nil t)))
(with-temp-buffer
- (insert-
buffer
-contents fn)
+ (insert-
file
-contents fn)
(goto-char (point-min))
(re-search-forward regexp nil t))))
)))